home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / source / test / sgmlspec.hsc < prev    next >
Encoding:
Text File  |  1997-06-03  |  555 b   |  28 lines

  1. <!doctype html public "-//IETF//DTD HTML//EN">
  2. <HTML><HEAD><TITLE>Special sgml tags</TITLE></HEAD>
  3. <BODY>
  4.  
  5. <!-- simple comment --><B>bold</B>
  6. <!--oneword--><B>bold</B>
  7.  
  8. <!-- one --><!-- after --><B>bold</B><!-- the --> <B>bold</B> <!-- other -->
  9.  
  10. <* some portability problems *>
  11. <!-- With a `>' inside -->
  12. <!-- multi line
  13.      comment --><B>bold</B>
  14.  
  15. <* some Server Side Includes *>
  16. <!--#include virtual="ssi/bull.sht"-->
  17.  
  18. <* legal switching context *>
  19. <!-- switch ---- context -->
  20.  
  21. <$macro sepp>
  22. <!-- inside a macro -->
  23. </$macro>
  24.  
  25. <sepp>
  26.  
  27. </BODY></HTML>
  28.